DSP® Application Development
Add Reserved Columns to Tables
Reserved columns have assigned behaviors and can be added to any table.
The Data Type indicated must be used for the assigned behavior to work as expected.
This table lists the most commonly used Reserved columns.
Column |
Data Type |
Notes |
boaStatus |
int |
NOTE: This column is required if there is an OnValidate event on the page where the DSP® needs to set the status of the field.
|
boaAudit |
int |
|
boaAdd |
int |
|
boaEdit |
int |
|
boaDelete |
int |
|
AddedOn |
smalldatetime |
|
AddedBy |
nvarchar (50) |
|
AddedVia |
nvarchar(50) |
As a best practice should be added to all page tables to record the DSP® process that added the record. |
ChangedOn |
smalldatetime |
|
ChangedBy |
nvarchar (50) |
|
ChangedVia |
nvarchar(50) |
As a best practice should be added to all page tables to record the DSP® process that changed the record. |
LockedBy |
nvarchar (50) |
|
LockedOn |
smalldatetime |
|
WorkflowedOn |
smalldatetime |
|
WorkflowedBy |
nvarchar(50) |
|